foreach

Source

foreach ($e in @('one', 'two', 'three')) {
  echo $e
}